home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
dev
/
c
/
AmiVoGL_MDEV.lha
/
buildtc.bat
< prev
next >
Wrap
DOS Batch File
|
1991-09-01
|
246b
|
12 lines
cd src
make -fmakefile.tc > c:src.err
if errorlevel > 0 goto end
cd ..\hershey\src
make -fmakefile.tc > c:her.err
if errorlevel > 0 goto end
md c:\lib\hershey
command /c mkfnts c:\lib\hershey
cd ..\..\examples
make -fmakefile.tc > c:exa.err
:end